fix: reject permission requests immediately in non-interactive mode#20832
fix: reject permission requests immediately in non-interactive mode#20832rdar-lab wants to merge 1 commit intoanomalyco:devfrom
Conversation
dd52710 to
ef56b77
Compare
|
The following comment was made by an LLM, it may be inaccurate: Based on my search, I found several related PRs that address similar issues with permission handling in non-interactive mode: Related PRs:
These PRs all relate to permission handling in non-interactive contexts, which is the core issue being addressed in PR #20832. PR #14607 and #6832 are particularly relevant as they handle permission rejection/denial in non-interactive mode scenarios. |
Issue for this PR
Closes #20823
Type of change
What does this PR do?
This is a critical fix. Permission verification messages cause the github action to hang
How did you verify your code works?
Detect non-interactive mode, and deny any permisssion request that cannot be auto-approved
Screenshots / recordings
If this is a UI change, please include a screenshot or recording.
Checklist
If you do not follow this template your PR will be automatically rejected.